home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Serious Software
/
OpenWorld demo 2.0
/
Development
/
Utils
/
Debug
/
Debug.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-05
|
252 b
|
13 lines
|
[
TEXT/CWIE
]
#ifndef _DEBUGWINDOW_H_
#define _DEBUGWINDOW_H_
void BeginDebug ( void );
void EndDebug ( void );
void Debug ( char *format, ... );
void DebugHexDump ( char *buffer, short length );
void ClearDebugWindow (void);
void DebugTimestamp ( void );
#endif